-
Notifications
You must be signed in to change notification settings - Fork 373
Remove BankQuery::AllBalances and query_all_balances #2433
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
21a6c42
to
c7fb0a2
Compare
f10d040
to
8bdaf98
Compare
8bdaf98
to
2ff3b11
Compare
2ff3b11
to
dd69623
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
assert_eq!(report2.used_internally, 24140405); | ||
assert_eq!(report2.used_internally, 17646125); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, nice. The optimizer upgrade makes quite a difference
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah. But this is also due to an upgrade to latest cosmwasm-std, which changes the JSON serde library
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, true. I forgot about that one.
Closes #2252